@charset "utf-8";
/* CSS Document */
@font-face{font-family:"BEBAS";src:url("../font/BEBAS.woff2") format("woff2"),url("../font/BEBAS.woff") format("woff"),url("../font/BEBAS.ttf") format("truetype"),url("../font/BEBAS.eot") format("embedded-opentype"),url("../font/BEBAS.svg") format("svg");}

@font-face{font-family:"Impact";src:url("../font/Impact.woff2") format("woff2"),url("../font/Impact.woff") format("woff"),url("../font/Impact.ttf") format("truetype"),url("../font/Impact.eot") format("embedded-opentype"),url("../font/Impact.svg") format("svg");}

.title{
	text-align:center;
	}
.title h1{
	font-size:30px;
	color:#333;
	text-align:center;
	}
.title span{
	width:60px;
	height:2px;
	background-color:#ec6e00;
	margin:20px auto;
	display:block;
	}
	
.more:hover {
	box-shadow:0 0 10px #ec6e00;
    transition: all 0.3s linear;
}
.more {
	margin:50px auto 0;
    width: 140px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #ec6e00;
}



.drwp .about{
	margin-top: -3px;
	overflow:hidden;
	padding:60px 0 80px;
	background-color:#fff;
	}
.drwp .about .title{
	width:100%;
	}
.drwp .about .title p{
	font-size:14px;
	line-height:24px;
	color:#666;
	width:60%;
	margin:0 auto;
	}
.drwp .about .title a{
	margin-top:50px;
	width:150px;
	height:40px;
	display:block;
	text-align:center;
	line-height:40px;
	font-size:15px;
	color:#ec6e00;
	border-radius:22.5px;
	border:1px solid #ec6e00;
	}
.drwp .about .title a:hover{
	color:#fff;
	background-color:#ec6e00;
	transition:all 0.3s linear;
	}
.drwp .about .bot{
	margin:50px auto 0;
	overflow:hidden;
	width:90%;
	}
.drwp .about .bot li{
	width:calc(100%/3 - 16px);
	float:left;
	margin-right:24px;
	}
.drwp .about .bot li:nth-child(3){
	margin-right:0;
	}
.drwp .about .bot .one a{
	margin-bottom:0;
	}
.drwp .about .bot li a{
	display:block;
	position:relative;
	}
.drwp .about .bot li a img{
	display:block;
	}
.drwp .about .bot li .hover{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0;
	display:flex;
    justify-content:center;
    align-items:center;
	background-color:rgba(0,0,0,0.3);
	}	
.drwp .about .bot li a:hover .hover{
	opacity:1;
	transition:all 0.3s linear;
	}	
.drwp .about .bot li .hover p{
	font-size:16px;
	color:#fff;
	font-weight:bold;
	}

.drwp .product{
	padding:60px 0;    
	position: relative;
	}
.drwp .product .title h1{
	color:#fff;
	}
.drwp .product .title span{
	background-color:#fff;
	}

.drwp .product .imgBg {
    position: absolute;
    top: 0px;
	z-index:-1;
    width: 100%;
    height: 492px;
}
.drwp .product .list_nav{
	overflow:hidden;
	display:flex;
    justify-content:center;
    align-items:center;
	margin-bottom:30px;
	}
.drwp .product .list_nav li{
	float:left;
	margin:0 12px;
	}	
.drwp .product .list_nav li a{
	color:#fff;
	display:block;
	font-size:14px;
	padding:5px 15px;
	border-radius:30px;
	background:none;
	}
.drwp .product .list_nav li:hover a{
	color:#ec6e00;
	background-color:#fff;
	transition:all 0.3s linear;
	}
.drwp .product .list_nav .ative a{
	color:#ec6e00;
	background-color:#fff;
	}
	
.drwp .guimo{
	background:url(../images/guimo_bg.jpg) no-repeat center/cover;
	padding:60px 0;
}	

	
.drwp .zizhi{
	padding:60px 0;  
	}
.drwp .zizhi .title p{
	width:60%;
	font-size:14px;
	line-height:24px;
	color:#666;
	margin:0 auto;
	}
.drwp .zizhi .list{
	margin-top:50px;
	}
.drwp .zizhi .list li{
	float:left;
	width:calc(100%/5 - 16px);
	margin-right:20px;
	}
.drwp .zizhi .list li:nth-child(5){
	margin-right:0;
	}
.drwp .zizhi .list li img{
	display:block;
	width:100%;
	margin-bottom:20px;
	box-shadow:0 0 10px #ccc;
	}
.drwp .zizhi .list li h1{
	font-weight:normal;
	font-size:15px;
	text-align:center;
	color:#333;
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
	}	
	
.drwp .honor{
	padding:60px 0;  
	}
.drwp .honor .title p{
	width:60%;
	font-size:14px;
	line-height:24px;
	color:#666;
	margin:0 auto;
	}
.drwp .honor .list{
	margin-top:50px;
	}
.drwp .honor .list li{
	float:left;
	width:calc(100%/5 - 36px);
	margin-right:20px;
	padding:10px 10px 0 10px;
	box-shadow:0 0 10px #ccc;
	}
.drwp .honor .list li:nth-child(5){
	margin-right:0;
	}
.drwp .honor .list li img{
	display:block;
	width:100%;
	}
.drwp .honor .list li h1{
	font-weight:normal;
	font-size:15px;
	text-align:center;
	color:#333;
	margin:10px 0;
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
	}	

.drwp .guimo .title h1{
	color:#fff;
	}
.drwp .guimo .title span{
	background-color:#fff;
	margin: 20px auto 40px;
	}
	
.drwp .news{
	background-color:#f5f5f5;
	padding:60px 0;
}	
.drwp .news	.list{
	overflow:hidden;
	margin-top:40px;
}	
.drwp .news	.list .left{
	overflow:hidden;
	float:left;
	margin-right:20px;
	width:calc(100%/2 - 10px);
}
.drwp .news	.list .left .img{
	width:100%;
	margin-bottom:20px;
	height:248px;
}
.drwp .news	.list .left .txt{
	padding: 20px;
	background-color:#fff;
}
.drwp .news	.list .left .txt .top{
	overflow:hidden;
}
.drwp .news	.list .left li:hover .top h1{
	color:#ec6e00;
	transition:all 0.3s linear;
}
.drwp .news	.list .left .txt .top h1{
	font-size:16px;
	font-weight:normal;
	color:#333;
	float:right;
	width:80%;
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}
.drwp .news	.list .left .txt .top span{
	width:20%;
	font-size:14px;
	display:block;
	color:#999;
	float:left;
}
.drwp .news	.list .left .txt .bot{
	margin-top:5px;
	overflow:hidden;
	}
.drwp .news	.list .left .txt .bot .p{
	width:80%;
	font-size:14px;
	line-height:24px;
	height:48px;
	font-weight:normal;
	color:#999;
	float:right;
	display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;
	}
.drwp .news	.list .left .txt .bot>span{
	width:20%;
	float:left;
	font-size:30px;
	display:block;
	color:#999;
	font-family: Impact;
	}


.drwp .news .list .left a:hover .txt{
	background-color: #ec6e00;
	transition:all 0.3s linear;
	}	
.drwp .news	.list .left a:hover .top h1{
	color:#fff;
	transition:all 0.3s linear;
	}
.drwp .news .list .left a:hover .top span{
	color:#fff;
	transition:all 0.3s linear;
	}
.drwp .news .list .left a:hover .bot>span{
	color:#fff;
	transition:all 0.3s linear;
	}	
.drwp .news .list .left a:hover .bot .p{
	color:#fff;
	transition:all 0.3s linear;
	}	
	
.drwp .news	.list .left a:hover .img{
    transform: scale(1.1, 1.1);
    transition: transform 0.6s ease 0s;
}
.drwp .news	.list .right{
	float:right;
	width:calc(100%/2 - 10px);
}
.drwp .news	.list .right li{
	background-color:#fff;
	padding:20px;
	margin-bottom:20px;
}
.drwp .news	.list .right li:last-child{
	margin-bottom:0;
	}
.drwp .news	.list .right .txt .top{
	overflow:hidden;
}
.drwp .news .list .right li:hover{
	background-color: #ec6e00;
	transition:all 0.3s linear;
	}	
.drwp .news	.list .right li:hover .top h1{
	color:#fff;
	transition:all 0.3s linear;
	}
.drwp .news .list .right li:hover .top span{
	color:#fff;
	transition:all 0.3s linear;
	}
.drwp .news .list .right li:hover .bot>span{
	color:#fff;
	transition:all 0.3s linear;
	}	
.drwp .news .list .right li:hover .bot .p{
	color:#fff;
	transition:all 0.3s linear;
	}	
.drwp .news	.list .right .txt .top h1{
	font-size:16px;
	font-weight:normal;
	color:#333;
	float:right;
	width:80%;
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}
.drwp .news	.list .right .txt .top span{
	width:20%;
	font-size:14px;
	display:block;
	color:#999;
	float:left;
}
.drwp .news	.list .right .txt .bot{
	margin-top:5px;
	overflow:hidden;
	}
.drwp .news	.list .right .txt .bot .p{
	width:80%;
	font-size:14px;
	line-height:24px;
	height:48px;
	font-weight:normal;
	color:#999;
	float:right;
	display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;
	}
.drwp .news	.list .right .txt .bot>span{
	width:20%;
	float:left;
	font-size:30px;
	display:block;
	color:#999;
	font-family: Impact;
	}
.drwp .gg{
	background: url(../images/gg_bg.jpg) no-repeat center/cover;
    padding: 60px 0;
	}
.drwp .gg .center{	   
	overflow: hidden;
	}
.drwp .gg .list{
	float:left;
	margin:0 2%;
	width: calc(60%/4 - 3px);
	position:relative;
	}
.drwp .gg .xian{
	float:left;
	margin:25px 4% 0;
	width:1px;
	height:40px;
	background-color:#ffb3bc;
	}	
.drwp .gg .list h1.jumbo {
	font-size: 45px;
	color: #fff;
	text-align:center;
	font-weight:normal;
	font-family: "BEBAS";
	}
.drwp .gg .list p.a{
	font-size:14px;
	color:#fff;
	position:absolute;
	top:0;
	right:0;
	font-family: "BEBAS";
	}
.drwp .gg .list1 p.a{
	right:25px;
	}
.drwp .gg .list2 p.a{
	font-size:14px;
	right:40px;
	}
.drwp .gg .list3 p.a{
	font-size:14px;
	right:32px;
	}
.drwp .gg .list4 p.a{
	font-size:14px;
	right:20px;
	}
.drwp .gg .list p.b{
	font-size:14px;
	color:#ffb3bc;
	text-align:center;
	font-family: "BEBAS";
	margin-top:10px;
	}


	
@media (max-width:992px){
	.title h1{
	font-size:24px;
	}
	.drwp .about .title p{
	width:100%;
	}
	.drwp .about{
	padding: 40px 0;
	}
	.drwp .product{
	padding:40px 0;    
	background: url(../images/about_bg.jpg) no-repeat top center/cover;
	}
	.drwp .guimo{
	padding:40px 0;
	}
	.drwp .news{
	padding:40px 0;
	}
	.drwp .zizhi{
	padding:40px 0;
	}
	.drwp .gg{
	padding:40px 0;
	}	
	.drwp .honor{
	padding:40px 0;
	}	
	
	.drwp .about .bot li{
	width:100%;
	float:none;
	margin-right:0;
	}
	.drwp .about .bot{
		margin: 20px auto 0;
		width:100%;
		}
	.drwp .about .bot .one{
		margin-bottom:15px;
		}
	.drwp .about .bot li a{
		margin-bottom:15px;
		}
	.drwp .about .bot li .hover{
		opacity:1;
		}
	.drwp .about .center {
	display:block;
	}
	.drwp .about .title{
	width:100%;
	margin-right:0;
	float:none;
	text-align:center;
	}
	.drwp .about .title a{
	margin:30px auto 0; 
	width: 120px;
    height: 30px;
    line-height: 30px;
	}
	.drwp .about .wap_about{
	display:block;
	}
	.drwp .about .i_about{
	display:none;
	width:100%;
	float:none;
	}
	
	.drwp .zizhi .list{
	margin-top:10px;
	}
	.drwp .zizhi .list li {
    float: left;
    width: calc(100%/3 - 10px);
    margin-right: 15px;
	margin-top:20px;
	}
	.drwp .zizhi .list li:nth-child(3n+0){
	margin-right:0;
	}
	.drwp .zizhi .list li:nth-child(4){
	margin-left: calc(100%/6);
	}
	.drwp .zizhi .title p{
		width:100%;}
	.drwp .zizhi .list li img{
		margin-bottom:10px;}
	.drwp .zizhi .list li h1{
		font-size:14px;
		}
	
	.drwp .honor .list{
	margin-top:15px;
	}
	.drwp .honor .list li {
    float: left;
    width: calc(100%/3 - 30px);
    margin-right: 15px;
	margin-top:20px;
	}
	.drwp .honor .list li:nth-child(3n+0){
	margin-right:0;
	}
	.drwp .honor .list li:nth-child(4){
	margin-left: calc(100%/6);
	}
	.drwp .honor .title p{
		width:100%;}
	.drwp .honor .list li h1{
		font-size:14px;
		}
	
	.drwp .product .list_nav{
	display:none;
	}
	
	.drwp .news	.list .left{
	width:100%;
	float:none;
	}
	.drwp .news	.list .right{
	width:100%;
	float:none;
	margin-top:20px;
	padding-top:1px;
	}

.drwp .gg .xian{margin: 16.5px 4% 0;}
.drwp .gg .list h1.jumbo{
	font-size:32px;
	}
.drwp .gg .list p.b{
	font-size:14px;
	}
.drwp .gg .list p.a{
	font-size:14px;
	right: 10px;
	}
.drwp .gg .list2 p.a{
	font-size:14px;
	right: 20px;
	}
.drwp .gg .list3 p.a{
	font-size:14px;
	right: 10px;
	}
.drwp .gg .list4 p.a{
	font-size:14px;
	right: 6px;
	}
	
}

@media (max-width:767px){
	.drwp .news .list .left .img{
		height:150px;}
	.drwp .news .list .left .txt .bot>span{
		font-size:24px;}
	.drwp .news .list .right .txt .bot>span{
		font-size:24px;}
.drwp .gg{
	padding:40px 0 20px;
}		
.drwp .gg .xian{margin: 12.5px 4% 0;}
.drwp .gg .list h1.jumbo {
    font-size: 45px;
}	
.drwp .gg .list p.a{
	font-size:16px;
	}	
.drwp .gg .list1 p.a{
	right:-4px;
	}
.drwp .gg .list2 p.a{
	right:13px;
	}
.drwp .gg .list3 p.a{
	right:0;
	}
.drwp .gg .list4 p.a{
	right:-5px;
	}
.drwp .gg .list{
	margin: 0 2% 20px;
	width: calc(84%/2 - 3px);
	}
.drwp .gg .xian:nth-child(4){
	display:none;
	}
}

@media (max-width:599px){
.drwp .gg{
	padding:30px 0 10px;
}
}